home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / fixedbuttons.ctl < prev    next >
Text File  |  2000-05-12  |  1KB  |  42 lines

  1. -- RCSVER $Id: fixedbuttons.ctl,v 1.2 1999-09-20 14:30:08-05 evan CURRENT $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        fixedbuttons.ctl
  6. -- Date:     02/17/1999
  7. -- memo:        Randy Wood
  8. -- Description:    Load the data for the fixedbuttons table.
  9. -- Changes:
  10. -- ********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE fixedbuttons
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.     value,
  18.     label,
  19.     locx,
  20.     locy,
  21.     width,
  22.     height,
  23.     bgcolor_r,
  24.     bgcolor_g,
  25.     bgcolor_b,
  26.     fontsize,
  27.     ismodifier
  28. )
  29. begindata
  30. 1|1|60|150|45|45|255|255|255|14|1|
  31. 2|2|120|150|45|45|255|255|255|14|1|
  32. 3|3|180|150|45|45|255|255|255|14|1|
  33. 4|4|60|225|45|45|255|255|255|14|1|
  34. 5|5|120|225|45|45|255|255|255|14|1|
  35. 6|6|180|225|45|45|255|255|255|14|1|
  36. 7|7|60|300|45|45|255|255|255|14|1|
  37. 8|8|120|300|45|45|255|255|255|14|1|
  38. 9|9|180|300|45|45|255|255|255|14|1|
  39. A|FUNC|60|375|45|45|128|128|128|11|1|
  40. 0|0|120|375|45|45|255|255|255|14|1|
  41. B|ENTER|180|375|45|45|128|128|128|11|0|
  42.